IMap.Lookup Method

Returns the item at the specified key in the map.

Syntax

public:
V Lookup(
         K key
)  

Parameters

key
Type: K 

The key associated with the item to locate.

Return value

Type: V 

The item associated with the specified key.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IMap Generic Interface

IMap Members

Windows.Foundation.Collections Namespace